CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C语言 读文件

搜索资源列表

  1. ctodxf

    0下载:
  2. 本代码为用C语言编写的读简单的DXF文件.
  3. 所属分类:其它

    • 发布日期:2015-06-13
    • 文件大小:1637
    • 提供者:zhanglin
  1. 使用lex分析java源程序

    0下载:
  2. Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2994
    • 提供者:万宏兴
  1. jpeg2

    0下载:
  2. 采集jpeg数据读到缓冲区,利用C语言编程,通过解码jepg得到rgb格式的文件-Acquisition jpeg read data buffer, using the C programming language, decoding jepg be rgb files
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:113781
    • 提供者:李伟
  1. VHDL语言100例(普通下载)

    4下载:
  2. VHDL语言100例 VHDL语言100例 第1例 带控制端口的加法器 第2例 无控制端口的加法器 第3例 乘法器 第4例 比较器 第5例 二路选择器 第6例 寄存器 第7例 移位寄存器 第8例 综合单元库 第9例 七值逻辑与基本数据类型 第10例 函数 第11例 七值逻辑线或分辨函数 第12例 转换函数 第13例 左移函数 第14例 七值逻辑程序包 第15例 四输入多路器 第16例 目标选择器 第17例 奇偶校验器 第18例 映射单元库及其使用举 第19
  3. 所属分类:书籍源码

    • 发布日期:2009-04-15
    • 文件大小:344064
    • 提供者:wfl.a@163.com
  1. 学生成绩管理系统

    0下载:
  2. 用C语言链表实现的学生成绩管理系统,有更新模块,查询模块,统计模块,文件读写模块
  3. 所属分类:其它程序

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. C++程序设计语言实验四

    2下载:
  2. 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
  3. 所属分类:其他小程序

  1. RW_SEGY.rar

    1下载:
  2. 用C语言编写的读写微机格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!(内含测试SGY数据),Using C language to read and write PC format SGY/SEGY files of source code has been tested passed. Only need to add their own to deal with an order
  3. 所属分类:Energy industry

    • 发布日期:2015-05-08
    • 文件大小:120950
    • 提供者:但是借
  1. project1

    0下载:
  2. 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:25776
    • 提供者:lly
  1. data

    0下载:
  2. 本程序用C语言实现磁盘文件的读写,使用了fputc和fgetc函数以及将读出的数据装进一个字符数组里面-The program in C language to read and write disk files, and use the fgetc fputc function will read out the data and put into an array of characters which
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:172358
    • 提供者:林胜钊
  1. hangbanguanli

    0下载:
  2. 数据结构课程设计C++语言,应用了MFC库,图形界面编写的小型航班管理系统,数据结构采用文件读写方式,包括查询,订票,退票3个基本功能。 内有程序设计报告-Data Structures C++ language curriculum design, the application of the MFC library, a graphical interface written in small flight management systems, data structures used
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2503834
    • 提供者:核外电子
  1. FRAM24C256c.rar

    0下载:
  2. 这个文件是用C语言写的读写FRAM的24C256器件的的源程序。,This document is written using C language to read and write of FRAM source 24C256 devices.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1355
    • 提供者:凭阑意
  1. readspeech

    0下载:
  2. 一个用C语言程序实现读写语音文件的语音信号低通滤波例子-A C language program used to read and write audio files of voice signal low-pass filter example
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1080
    • 提供者:董飞
  1. mgcard

    0下载:
  2. 通过M32200读写磁卡的C语言代码,全部文件-M32200 read through the card C-language code, all the documents
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:10681
    • 提供者:zzp
  1. FFT

    0下载:
  2. 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2453
    • 提供者:cx
  1. cSharpimage

    0下载:
  2. c#语言编写的读写图像文件;实现图像剪裁,并把剪裁的图像粘贴到另一个窗体显示-c# language to read and write image files to achieve image cropping, and crop the image to paste into another form displays
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:50662
    • 提供者:dsdsds
  1. Document-flow-operation

    0下载:
  2. 用C语言输入输出BMP图像包含最基本的文件流读入读出-BMP C language with the image that contains the basic input and output file stream to read read
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2261629
    • 提供者:danpianji
  1. DBFFile

    0下载:
  2. 本类库根据FoxPro或者DBASE数据库自由表文件结构,采用VS2005.net中的C#语言实现.dbf文件的读写,基本思路是 1.文件头结构体 2.文件字段域结构体(字段描述) 3.DBFFile.cs操作类
  3. 所属分类:C#编程

    • 发布日期:2012-11-07
    • 文件大小:11502
    • 提供者:songdelin789
  1. erjinzhiduxie

    0下载:
  2. 用C#语言编写的一个二进制文件的读写程序-With C# Language a binary file reading and writing program
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:14295
    • 提供者:specialuse
  1. File

    0下载:
  2. 用Visual C++语言实现对文件读写,win.ini文件和注册表的读写。已编译运行。-Using Visual C++ Language to read and write file.Include reading and writing of WIN.INI file and Register Table。 The program has been compiled and done well.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47951
    • 提供者:rcd
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com